home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.water_is_flowing = false;
- if(_parent._parent.horiz > 1)
- {
- _root.water_tansfer(_parent._parent.tile_num,"from_right");
- }
- else if(_parent._parent.horiz == 1)
- {
- _root.dead();
- }
- if(_parent._parent.vert > 1)
- {
- _root.water_tansfer(_parent._parent.tile_num,"from_north");
- }
- else if(_parent._parent.vert == 1)
- {
- _root.dead();
- }
-